Messenger

interface Messenger : Peripheral

Messenger peripheral interface

This component allows to send SMS using the remote device cellular connection, when available.

This peripheral can be obtained from a drone using: drone.getPeripheral(Messenger::class.java)

See also

Drone.getPeripheral

Functions

Link copied to clipboard
abstract fun sendSms(recipientAddress: String, content: String): Boolean

Requests the remote device to send a SMS through the available cellular connection.